PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowAnnotationContent Class / isSizeRelativeToAvailableSpace Method
In This Topic
    isSizeRelativeToAvailableSpace Method
    In This Topic
    Gets a value indicating how the annotation size is interpreted.
    Syntax
    public boolean isSizeRelativeToAvailableSpace()

    Return Value

    True if the annotation size ( setAnnotationWidth, setAnnotationHeight methods) is a percentage of the available space, false is the annotation size is given in absolute values.
    See Also